-
Notifications
You must be signed in to change notification settings - Fork 2
Verify Azure DevOps Org and PAT are set when link-commits-to-pull-request is true #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@copilot can you rebase and re-make these changes? I changed my action pretty significantly since originally requesting this (now native node action and not composite action with shell). |
Done! I've rebased the changes on the latest main branch and re-implemented the validation for the new native Node.js action architecture. The validation now occurs in Changes in commit
All 54 JavaScript tests and all bash tests are passing. |
1f334b0 to
9f6a20a
Compare
|
@copilot I had to manually |
…uest is true Co-authored-by: joshjohanning <19912012+joshjohanning@users.noreply.github.com>
Done! I've re-implemented the validation for the native Node.js action. The validation now checks both Azure DevOps organization and token when Changes in commit
All 54 JavaScript tests and all 29 bash tests are passing. |
The validation checks both
azure-devops-organizationandazure-devops-tokenare set before attempting to link work items to pull requests, providing clear error messages for missing configuration.Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.